home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / biz / dopus / SoundOpus.lha / ReadMe < prev   
Text File  |  1999-01-01  |  3KB  |  81 lines

  1. SoundOpus is a script that integrates Dopus and MPEGA/GMPlay/Play16
  2. for the best functionality with playing all kinds of audio.  Displays
  3. name, soundformat and time in a Dopus progress window.  Shows the
  4. runtime on a progressbar and a timecounter.
  5.  
  6.  
  7.  Requirements:
  8.   * DOPUS 5.5
  9.   * MPEGA 3.3   (for playing MPEG-Audio)
  10.   * GMPlay 1.3  (for playing MIDI)
  11.   * Play16 1.8  (for playing samples)
  12.  
  13.   * RexxMaster (ARexx) running
  14.   * rexxsupport.library somewhere in LIBS:
  15.   * Break and List commands in C:
  16.   * PIPE: device mounted
  17.   * MPEG-Audio filetype installed in Opus (use this one included in
  18.     the package, or set ID of your own MPEG-Audio filetype to "MPA")
  19.   * MIDI filetype installed in Opus (use this one included in the
  20.     package, or set ID of your own MIDI filetype to "MIDI")
  21.   * a set of sample format filetypes installed in Opus (use these
  22.     included in the package, or set IDs of your own filetypes to
  23.     "WAVE", "VOC", "AIFF", "MAUD", "8SVX", "AU" and "CDDA")
  24.  
  25.  Installation:
  26.   As button or menuitem:
  27.   <AREXX> Dopus5:ARexx/SoundOpus.dopus5 {Qp}
  28.  
  29.   For Filetype-startup (doubleclick start):
  30.   <AREXX> Dopus5:ARexx/SoundOpus.dopus5 {Qp} {Ql} {o}
  31.  
  32.   Before you start using the script you must configure it (paths for
  33.   MPEGA, GMPlay and Play16 executables must be given).
  34.  
  35.  Usage:
  36.   Select all sound files you want to listen and start SoundOpus.
  37.   If you want to stop playing a file press the abort button.
  38.   When you stop a file in the first five seconds, script will
  39.   be completely aborted.
  40.   You can also select directories. This script will look for all kinds
  41.   of sound files there (and in further subdirectories) and will add them
  42.   to the list of sounds to be played.
  43.  
  44.  Configuration:
  45.   Names of MPEGA, GMPlay and Play16 executables must be given in the
  46.   following variables:
  47.     mpegaexe - name (with path) for MPEGA executable file.
  48.     gmplayexe - name (with path) for GMPlay executable file.
  49.     play16exe - name (with path) for Play16 executable file.
  50.   You can also configure these programs for your needs by changing
  51.   other variables:
  52.     mpegamode - CLI arguments, which are passed to MPEGA.
  53.     gmplaymode - CLI arguments, which are passed to GMPlay.
  54.     play16mode - CLI arguments, which are passed to Play16.
  55.  
  56.  Info:
  57.   Thanks to David Gonneau and Michael Kilimann, who wrote their
  58.   own Dopus GUIs for soundplaying. It was much easier to write
  59.   my own script, when I could look, how somebody else had done it.
  60.  
  61.  Public Domain:
  62.   This script is Public Domain.  You are allowed to modify it without
  63.   any restrictions, add new features and so on.  But it will be nice
  64.   if you send me this modified script, so I can use it.  If you like
  65.   this script, please send me something nice (for example a postcard
  66.   of your town) or just mail me.
  67.  
  68.  
  69.  
  70. Greetings
  71.  
  72.  
  73. Piotr Bieniek
  74.  
  75. /*------------------------------------*/
  76.   Amiga 1200T/040/40MHz/34MB RAM/HD/CD
  77.         adam@chemul.uni.lodz.pl
  78.        bieniek@krysia.uni.lodz.pl
  79.     http://www.pdi.net/~rafal/piotr/
  80. /*---   PGP public key available   ---*/
  81.